home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-442.nasl < prev    next >
Text File  |  2005-03-31  |  5KB  |  103 lines

  1. # This script was automatically generated from the dsa-442
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several security related problems have been fixed in the Linux kernel
  12. 2.4.17 used for the S/390 architecture, mostly by backporting fixes
  13. from 2.4.18 and incorporating recent security fixes.  The corrections
  14. are listed below with the identification from the Common
  15. Vulnerabilities and Exposures (CVE) project:
  16.    The iBCS routines in arch/i386/kernel/traps.c for Linux kernels
  17.    2.4.18 and earlier on x86 systems allow local users to kill
  18.    arbitrary processes via a binary compatibility interface (lcall).
  19.    Multiple ethernet network interface card (NIC) device drivers do
  20.    not pad frames with null bytes, which allows remote attackers to
  21.    obtain information from previous packets or kernel memory by using
  22.    malformed packets, as demonstrated by Etherleak.
  23.    The route cache implementation in Linux 2.4, and the Netfilter IP
  24.    conntrack module, allows remote attackers to cause a denial of
  25.    service (CPU consumption) via packets with forged source addresses
  26.    that cause a large number of hash table collisions related to the
  27.    PREROUTING chain.
  28.    The ioperm system call in Linux kernel 2.4.20 and earlier does not
  29.    properly restrict privileges, which allows local users to gain read
  30.    or write access to certain I/O ports.
  31.    A vulnerability in the TTY layer of the Linux kernel 2.4 allows
  32.    attackers to cause a denial of service ("kernel oops").
  33.    The mxcsr code in Linux kernel 2.4 allows attackers to modify CPU
  34.    state registers via a malformed address.
  35.    The TCP/IP fragment reassembly handling in the Linux kernel 2.4
  36.    allows remote attackers to cause a denial of service (CPU
  37.    consumption) via certain packets that cause a large number of hash
  38.    table collisions.
  39.    An integer overflow in brk() system call (do_brk() function) for
  40.    Linux allows a local attacker to gain root privileges.  Fixed
  41.    upstream in Linux 2.4.23.
  42.    Paul Starzetz discovered
  43.    a flaw in bounds checking in mremap() in
  44.    the Linux kernel (present in version 2.4.x and 2.6.x) which may
  45.    allow a local attacker to gain root privileges.  Version 2.2 is not
  46.    affected by this bug.  Fixed upstream in Linux 2.4.24.
  47.    Paul Starzetz and Wojciech Purczynski of isec.pl <a
  48.    href="http://isec.pl/vulnerabilities/isec-0014-mremap-unmap.txt">discovered</a> a
  49.    critical security vulnerability in the memory management code of
  50.    Linux inside the mremap(2) system call.  Due to missing function
  51.    return value check of internal functions a local attacker can gain
  52.    root privileges.  Fixed upstream in Linux 2.4.25 and 2.6.3.
  53. For the stable distribution (woody) these problems have been fixed in
  54. version 2.4.17-2.woody.3 of s390 images and in version
  55. 0.0.20020816-0.woody.2 of the patch packages.
  56. For the unstable distribution (sid) these problems will be fixed soon.
  57. We recommend that you upgrade your Linux kernel packages immediately.
  58. Vulnerability matrix for CAN-2004-0077
  59.  
  60.  
  61. Solution : http://www.debian.org/security/2004/dsa-442
  62. Risk factor : High';
  63.  
  64. if (description) {
  65.  script_id(15279);
  66.  script_version("$Revision: 1.4 $");
  67.  script_xref(name: "DSA", value: "442");
  68.  script_cve_id("CAN-2003-0001", "CAN-2003-0244", "CAN-2003-0246", "CAN-2003-0247", "CAN-2003-0248", "CAN-2003-0364", "CAN-2003-0961");
  69.  script_bugtraq_id(4259, 6535, 7600, 7601, 7791, 7793, 7797);
  70.  script_xref(name: "CERT", value: "981222");
  71.  
  72.  script_description(english: desc);
  73.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  74.  script_name(english: "[DSA442] DSA-442-1 linux-kernel-2.4.17-s390");
  75.  script_category(ACT_GATHER_INFO);
  76.  script_family(english: "Debian Local Security Checks");
  77.  script_dependencies("ssh_get_info.nasl");
  78.  script_require_keys("Host/Debian/dpkg-l");
  79.  script_summary(english: "DSA-442-1 linux-kernel-2.4.17-s390");
  80.  exit(0);
  81. }
  82.  
  83. include("debian_package.inc");
  84.  
  85. w = 0;
  86. if (deb_check(prefix: 'kernel-headers-2.4.17', release: '3.0', reference: '2.4.17-2.woody.3')) {
  87.  w ++;
  88.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-headers-2.4.17 is vulnerable in Debian 3.0.\nUpgrade to kernel-headers-2.4.17_2.4.17-2.woody.3\n');
  89. }
  90. if (deb_check(prefix: 'kernel-image-2.4.17-s390', release: '3.0', reference: '2.4.17-2.woody.3')) {
  91.  w ++;
  92.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.17-s390 is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.4.17-s390_2.4.17-2.woody.3\n');
  93. }
  94. if (deb_check(prefix: 'kernel-patch-2.4.17-s390', release: '3.0', reference: '0.0.20020816-0.woody.2')) {
  95.  w ++;
  96.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-patch-2.4.17-s390 is vulnerable in Debian 3.0.\nUpgrade to kernel-patch-2.4.17-s390_0.0.20020816-0.woody.2\n');
  97. }
  98. if (deb_check(prefix: 'kernel-patch-2.4.17-s390,', release: '3.0', reference: '2.4.17-2.woody')) {
  99.  w ++;
  100.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-patch-2.4.17-s390, is vulnerable in Debian woody.\nUpgrade to kernel-patch-2.4.17-s390,_2.4.17-2.woody\n');
  101. }
  102. if (w) { security_hole(port: 0, data: desc); }
  103.